home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 2: CDPD 1 / Almathera Ten on Ten - Disc 2: CDPD 1.iso / pd / 076-100 / 081 / icon / hello.icn < prev    next >
Text File  |  1995-03-13  |  100b  |  7 lines

  1. procedure main()
  2.    write(&version)
  3.    write(&host)
  4.    write(&dateline)
  5.    write("hello world")
  6. end
  7.